home *** CD-ROM | disk | FTP | other *** search
- on closeActivity
- forget(window "Activity")
- updateStage()
- end
-
- on openActivity name
- set activityRect to the rect of the stage
- set Activity to window "Activity"
- set the rect of Activity to activityRect
- set the fileName of Activity to name
- set the windowType of Activity to 2
- set the titleVisible of Activity to 0
- open(Activity)
- end
-